home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / need_for.swf / scripts / DefineButton2_90 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2011-01-06  |  161 b   |  12 lines

  1. on(release){
  2.    if(_root._currentframe == 4)
  3.    {
  4.       gotoAndStop(5);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(4);
  9.    }
  10.    button_press_Sound.start();
  11. }
  12.